home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / examples / dthelp / HelpEntry.h.z / HelpEntry.h
Encoding:
C/C++ Source or Header  |  2003-11-18  |  2.4 KB  |  79 lines

  1. /*
  2.  * HelpEntry.h
  3.  *
  4.  * Copyright 2000, Silicon Graphics, Inc.
  5.  * ALL RIGHTS RESERVED
  6.  * 
  7.  * UNPUBLISHED -- Rights reserved under the copyright laws of the United
  8.  * States.   Use of a copyright notice is precautionary only and does not
  9.  * imply publication or disclosure.
  10.  *
  11.  * U.S. GOVERNMENT RESTRICTED RIGHTS LEGEND:
  12.  * Use, duplication or disclosure by the Government is subject to restrictions
  13.  * as set forth in FAR 52.227.19(c)(2) or subparagraph (c)(1)(ii) of the Rights
  14.  * in Technical Data and Computer Software clause at DFARS 252.227-7013 and/or
  15.  * in similar or successor clauses in the FAR, or the DOD or NASA FAR
  16.  * Supplement.  Contractor/manufacturer is Silicon Graphics, Inc.,
  17.  * 2011 N. Shoreline Blvd. Mountain View, CA 94039-7311.
  18.  *
  19.  * THE CONTENT OF THIS WORK CONTAINS CONFIDENTIAL AND PROPRIETARY
  20.  * INFORMATION OF SILICON GRAPHICS, INC. ANY DUPLICATION, MODIFICATION,
  21.  * DISTRIBUTION, OR DISCLOSURE IN ANY FORM, IN WHOLE, OR IN PART, IS STRICTLY
  22.  * PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF SILICON
  23.  * GRAPHICS, INC.
  24.  */
  25. /* $XConsortium: HelpEntry.h /main/cde1_maint/1 1995/07/17 21:00:03 drk $ */
  26. /*************************************<+>*************************************
  27.  *****************************************************************************
  28.  **
  29.  **  File:         HelpEntry.h
  30.  ** 
  31.  **  Project:      CDE dthelpdemo sample program.
  32.  **
  33.  **  Description:  Header file containing all the help entry
  34.  **                points for the dthelpdemo program.
  35.  **
  36.  **  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994
  37.  **      Hewlett-Packard Company
  38.  **  (c) Copyright 1993, 1994 International Business Machines Corp.
  39.  **  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  40.  **  (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
  41.  **      Novell, Inc.
  42.  **
  43.  *******************************************************************
  44.  *************************************<+>*************************************/
  45. #ifndef _HelpEntry_h
  46. #define _HelpEntry_h
  47.  
  48.  
  49. /* Help Dialog, main entry point */
  50. #define DIALOG_HELP_ID "_hometopic"
  51.  
  52. /* HELP widget Entry Point Id's  */
  53. #define CREATE_FRAME        "API"
  54. #define CONTROL1_FRAME      "TOOLKIT"
  55. #define CONTROL2_FRAME      "controlTestId"
  56. #define MORE_BTN_ID         "QUICKHELP"
  57.  
  58.  
  59. /* Menubar Id's */
  60. #define APP_MENU_ID                "_hometopic"
  61. #define VER_MENU_ID                "_copyright"
  62.  
  63.  
  64. #endif /* _HelpEntry_h */
  65. /* Do not add anything after this endif. */
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.